+2001-02-08 Havoc Pennington <hp@pobox.com>
+
+ * gtk/windows.sgml: windows (file is blank)
+
+ * gtk/framebuffer.sgml: framebuffer (file is blank)
+
+ * gtk/compiling.sgml: how to use pkg-config, etc. (file is
+ blank for now)
+
2001-02-03 Havoc Pennington <hp@pobox.com>
* gtk/tmpl/gtkfixed.sgml: Add the intro docs section
--- /dev/null
+<refentry id="gtk-compiling" revision="4 Feb 2001">
+<refmeta>
+<refentrytitle>Compiling GTK+ Applications</refentrytitle>
+<manvolnum>3</manvolnum>
+<refmiscinfo>GTK Library</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>Compiling GTK+ Applications</refname>
+<refpurpose>
+How to compile your GTK+ application
+</refpurpose>
+</refnamediv>
+
+<refsect1>
+<title>Compiling GTK+ Applications</title>
+
+<para>
+
+</para>
+
+</refsect1>
+
+</refentry>
--- /dev/null
+<refentry id="gtk-framebuffer" revision="4 Feb 2001">
+<refmeta>
+<refentrytitle>Framebuffer</refentrytitle>
+<manvolnum>3</manvolnum>
+<refmiscinfo>GTK Library</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>Framebuffer</refname>
+<refpurpose>
+Using embedded GTK+ on the Linux framebuffer
+</refpurpose>
+</refnamediv>
+
+<refsect1>
+<title>Framebuffer</title>
+
+<para>
+
+</para>
+
+</refsect1>
+
+</refentry>
<!entity index-Objects-Grouped SYSTEM "objects_grouped.sgml">
<!entity gtk-TextWidget SYSTEM "text_widget.sgml">
<!entity gtk-TreeWidget SYSTEM "tree_widget.sgml">
+<!entity gtk-Compiling SYSTEM "compiling.sgml">
+<!entity gtk-Windows SYSTEM "windows.sgml">
+<!entity gtk-Framebuffer SYSTEM "framebuffer.sgml">
]>
<book id="index">
<bookinfo>
</para>
<para>
GTK+ is a set of libraries to create graphical user interfaces. It
-works on many Unix-like platforms, and a Windows version is in
-development. GTK+ is released under the GNU Library General Public
-License (GNU LGPL), which allows for flexible licensing of client
+works on many Unix-like platforms, Windows, and on framebuffer
+devices. GTK+ is released under the GNU Library General Public License
+(GNU LGPL), which allows for flexible licensing of client
applications. GTK+ has a C-based object-oriented architecture that
allows for maximum flexibility. Bindings for other languages have
been written, including C++, Objective-C, Guile/Scheme, Perl, Python,
</variablelist>
</para>
+ >k-Compiling;
+ >k-Windows;
+ >k-Framebuffer;
>k-General;
>k-Feature-Test-Macros;
>k-Graphics-Contexts;
--- /dev/null
+<refentry id="gtk-windows" revision="4 Feb 2001">
+<refmeta>
+<refentrytitle>Using GTK+ on Windows</refentrytitle>
+<manvolnum>3</manvolnum>
+<refmiscinfo>GTK Library</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>Using GTK+ on Windows</refname>
+<refpurpose>
+Windows-specific aspects of using GTK+
+</refpurpose>
+</refnamediv>
+
+<refsect1>
+<title>Using GTK+ on Windows</title>
+
+<para>
+
+</para>
+
+</refsect1>
+
+</refentry>